popover: fix typo in schema string
authorAlexandre Franke <afranke@gnome.org>
Thu, 29 Aug 2019 12:50:20 +0000 (14:50 +0200)
committerAlexandre Franke <afranke@gnome.org>
Thu, 29 Aug 2019 12:50:20 +0000 (14:50 +0200)
gtk/gtkpopover.c

index 031e606c4c1797d8355e472d5cf37bb6b3ee7833..3c211b08743e6aa6bce431a2d46163225485ed3c 100644 (file)
@@ -1355,7 +1355,7 @@ gtk_popover_class_init (GtkPopoverClass *klass)
   properties[PROP_AUTOHIDE] =
       g_param_spec_boolean ("autohide",
                             P_("Autohide"),
-                            P_("Whether to dismiss the popver on outside clicks"),
+                            P_("Whether to dismiss the popover on outside clicks"),
                             TRUE,
                             GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);